How to get rid of "Uncaught SoapFault exception: [Client] looks like we got no XML document in..." e

Posted by Eedoh on Stack Overflow See other posts from Stack Overflow or by Eedoh
Published on 2010-03-29T18:50:49Z Indexed on 2010/03/29 18:53 UTC
Read the original article Hit count: 809

Filed under:
|
|
|
|

Hello

I'm trying to develop business logic for a dynamic site using nusoap on server side (because I need wsdls, and PHP SOAP extension can't generate wsdls), and PHP SOAP extenstion on client side.

However, I can't get even login and getRole functions right. When i try to invoke client, I get following message

Uncaught SoapFault exception: [Client] looks like we got no XML document in [some paths]...

Wsdl does exist on server side, and client does read it (when I put wrong url for wsdl, I get an error).

Can anyone help??

© Stack Overflow or respective owner

Related posts about php

Related posts about soap